Rework how Gnus is supposed to be able to display all the images in HTML.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 15 Nov 2010 23:45:55 +0000 (23:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 15 Nov 2010 23:45:55 +0000 (23:45 +0000)
commitd16025e364daf5eb0ed65c4bc46a4e26d15c6435
treeb47aa121f91131083b3a462f8792d773f03d447b
parent17b5177c2482d7c00f1f099d8a24e6d128d658e5
Rework how Gnus is supposed to be able to display all the images in HTML.

shr.el (shr-tag-img): Put a displayer in the text property.
gnus-util.el (gnus-find-text-property-region): New utility function.
gnus-html.el (gnus-html-display-image): Make the alt optional.
gnus-html.el (gnus-html-show-images): Remove.
gnus-art.el (gnus-article-show-images): New, more general function.
gnus-html.el, shr.el: Use image-url instead of gnus-image-url to unify the image url text properties.
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-html.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-util.el
lisp/gnus/gnus.el
lisp/gnus/shr.el